adTempus API
Application Integration API / Application Integration API Introduction
In This Topic
    Application Integration API Introduction
    In This Topic

    The Application Integration API allows scripts executed by adTempus to interact with the adTempus server. It cannot be used by any other applications.

    When you create a .NET script in adTempus, the adTempus script editor creates a class to implement your script. That script class inherits from UserScriptBase or from a specialization of it.

    Scripts have access to a global object named adTempus, which exposes properties and methods to support interaction with the adTempus server.

    See Also